home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00043_Script_go the frame + 1 < prev    next >
Text File  |  1997-07-29  |  827b  |  28 lines

  1. on mousedown
  2.   cursor 4
  3.   
  4.   go the frame + 1
  5.   if the type of sprite 19 <> 0 then set the scrollTop of cast (the castnum of sprite 19) to 0
  6.   if the type of sprite 26 = 16 then
  7.     global im_media
  8.     set im_media to true
  9.     if the casttype of cast the castnum of sprite 26 = #digitalvideo then 
  10.       --      set the controller of sprite 26 to false
  11.       --      puppetsprite 24, true
  12.       --if the membernum of sprite the clickon = member "PLAY.PCT"
  13.       if the framelabel contains "s" or the framelabel contains "v" then
  14.         nothing
  15.         set_cursors(profimps_rolls)
  16.       else
  17.         set the movierate of sprite 26 = 1
  18.       end if
  19.     end if
  20.   end if
  21.   global turnoff
  22.   set turnoff = 19
  23.   
  24.   set the cursor of sprite 18 to -200
  25.   set_cursors([19,21,22,24,25,27,28])
  26.   cursor 0
  27.   
  28. end